home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / Kludges.subproj / English.lproj / FindPanel.nib / data.classes next >
Encoding:
Text File  |  1994-10-29  |  406 b   |  29 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MiscFindPanel = {
  7.     ACTIONS = {
  8.     setRangeType:;
  9.     findBackward:;
  10.     replaceAndFind:;
  11.     replaceAll:;
  12.     jumpToRange:;
  13.     findForward:;
  14.     replace:;
  15.     };
  16.     OUTLETS = {
  17.     rangeField;
  18.     scopeMatrix;
  19.     replaceTextField;
  20.     regExprButton;
  21.     _replBox;
  22.     findTextField;
  23.     messageTextField;
  24.     ignoreCaseButton;
  25.     rangePanel;
  26.     };
  27.     SUPERCLASS = Panel;
  28. };
  29.